PromptButtonTheme class

Constructors

PromptButtonTheme({EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 16), Icon? icon, EdgeInsets iconPadding = const EdgeInsets.all(8.0), double? elevation, Color? color})
Custom prompt button theme to be given to a ScrollWrapper.
const

Properties

color Color?
Color of the prompt button. Defaults to the accent color of the current context's Theme.
final
elevation double?
Elevation of the button.
final
hashCode int
The hash code for this object.
no setterinherited
icon Icon?
Icon inside the button.
final
iconPadding EdgeInsets
Padding around the icon inside the button.
final
padding EdgeInsets
Padding around the prompt button.
final
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