PictureUploadButtonStyle class

Constructors

PictureUploadButtonStyle({IconData iconData = CupertinoIcons.photo_camera, double iconSize = 40.0, Color backgroundColor = CupertinoColors.systemBlue, double width = 80, double height = 100, Color fontColor = CupertinoColors.white, double fontSize = 14.0, double radius = 8, Color closeIconColor = CupertinoColors.systemBlue, Color closeIconBackgroundColor = CupertinoColors.lightBackgroundGray})
Style options for PictureUploadWidget

Properties

backgroundColor Color
The background color of the upload button
final
closeIconBackgroundColor Color
The background color of the close icon box
final
closeIconColor Color
The color of the close icon
final
fontColor Color
The font color of the text within the upload button
final
fontSize double
The font size of the text within the upload button
final
hashCode int
The hash code for this object.
no setterinherited
height double
The height of the button
final
iconData IconData
The icon which shall be displayed within the upload button
final
iconSize double
The icon size of the icon
final
radius double
The radius of a buttom
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
The width of the button
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