Flutter
BoxConstraints.tightFor
Andro07
2024. 1. 7. 19:33
728x90
반응형
RawMaterialButton(
onPressed: () => {},
constraints: BoxConstraints.tightFor(
width: 100.0, // double? width
height: 100.0 // double? height
),
fillColor: Colors.amber,
)
728x90
728x90