PlatformOverlayTheme class
Constructors
- PlatformOverlayTheme({Color? backgroundColor, Color? foregroundColor, EdgeInsets padding = const EdgeInsets.only(bottom: 10, left: 15, right: 15, top: 10), double elevation = 2})
-
const
- PlatformOverlayTheme.of(BuildContext context)
-
factory
Properties
- backgroundColor → Color
-
no setter
- elevation → double
-
final
- foregroundColor → Color
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsets
-
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