BottomSheetSettings class

Constructors

BottomSheetSettings({BoxDecoration decoration = const BoxDecoration(borderRadius: BorderRadius.only(topLeft: Radius.circular(15.0), topRight: Radius.circular(15.0))), InputDecoration inputDecoration = const InputDecoration(hintText: 'Search', contentPadding: EdgeInsets.all(10.0), border: OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(15.0))), focusedBorder: OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(15.0))), enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(15.0)))), EdgeInsetsGeometry padding = const EdgeInsets.all(8.0), TextStyle? searchTextStyle, ShapeBorder shape = const RoundedRectangleBorder(), bool showFlag = true, TextStyle? textStyle})
const

Properties

decoration BoxDecoration
Decoration inside bottom sheet.
final
hashCode int
The hash code for this object.
no setterinherited
inputDecoration InputDecoration
Decoration of the search input field.
final
padding EdgeInsetsGeometry
Padding to apply in bottom sheet children.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTextStyle TextStyle?
Style to apply search text field.
final
shape ShapeBorder
Shape border of the bottom sheet.
final
showFlag bool
Flag image should be displayed.
final
textStyle TextStyle?
Style to apply for all countries list.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited