BottomSheetHandle constructor
const
BottomSheetHandle({
- Key? key,
- double width = 55,
- double height = 4.5,
- EdgeInsets padding = s16Padding,
- Color? handleColor,
- BorderRadius? borderRadius,
Implementation
const BottomSheetHandle({
Key? key,
this.width = 55,
this.height = 4.5,
this.padding = s16Padding,
this.handleColor,
this.borderRadius,
}) : super(key: key);