menu
getx_scaffold package
documentation
common/extensions/ex_widget.dart
ExWidget
clipOval method
clipOval method
dark_mode
light_mode
clipOval
method
Widget
clipOval
(
{
Key
?
key
,
})
裁剪圆形
Implementation
Widget clipOval({Key? key}) => ClipOval( key: key, child: this, );
getx_scaffold package
documentation
common/extensions/ex_widget
ExWidget
clipOval method
ExWidget extension on
Widget