AkoImageSourceStyle class

AkoImageSourceStyle is a wrapper for style to AkoImageSourceSheet

Constructors

AkoImageSourceStyle({Color topDragIndicatorColor = Colors.grey, Color buttonForegroundColor = Colors.black, Color? bottomSheetBackgroundColor, EdgeInsets bottomButtonPadding = const EdgeInsets.all(8.0), BorderSide bottomButtonSeparator = const BorderSide(color: Colors.grey, width: 1), RoundedRectangleBorder bottomSheetShape = const RoundedRectangleBorder(borderRadius: BorderRadius.vertical(top: Radius.circular(15)))})

Properties

bottomButtonPadding EdgeInsets
getter/setter pair
bottomButtonSeparator BorderSide
getter/setter pair
bottomSheetBackgroundColor Color?
getter/setter pair
bottomSheetShape RoundedRectangleBorder
getter/setter pair
buttonForegroundColor Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topDragIndicatorColor Color
getter/setter pair

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