PickerDecoration class

PickerDecoration is used for decorating the UI

Constructors

PickerDecoration({ActionBarPosition actionBarPosition = ActionBarPosition.top, Widget? cancelIcon, int columnCount = 3, double blurStrength = 10, TextStyle? albumTitleStyle, String completeText = 'Continue', TextStyle? completeTextStyle, ButtonStyle? completeButtonStyle, Widget? loadingWidget, TextStyle? albumTextStyle, TextStyle? albumCountTextStyle})
PickerDecoration constructor to be used for decorating the UI

Properties

actionBarPosition ActionBarPosition
set position of ActionBar, bottom or top
getter/setter pair
albumCountTextStyle TextStyle?
Album's media count text style
getter/setter pair
albumTextStyle TextStyle?
Album text text style
getter/setter pair
albumTitleStyle TextStyle?
Album title text style
getter/setter pair
blurStrength double
Blur amount on select media
getter/setter pair
cancelIcon Widget?
Widget that will work as back button in picker
getter/setter pair
columnCount int
assign number of Columns of Media Grid
getter/setter pair
completeButtonStyle ButtonStyle?
style of select button
getter/setter pair
completeText String
text of select button
getter/setter pair
completeTextStyle TextStyle?
text style of select button
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loadingWidget Widget?
loading widget to be used as media place holder until media loads
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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