본문 바로가기
Flutter

BoxConstraints.tightFor

by Andro07 2024. 1. 7.
728x90
반응형

 

RawMaterialButton(
  onPressed: () => {},
  constraints: BoxConstraints.tightFor(
      width: 100.0, // double? width
      height: 100.0 // double? height
      ),
  fillColor: Colors.amber,
)

 

728x90
728x90

댓글