Try using Color.fromRGBO(38, 38, 38, 0.4) Where r is for Red, g is for Green, b is for Blueand o is for opacity Example: Container( width: double.infinity, ...
確定! 回上一頁