NomoOutlineContainerThemeData class

Implemented types

Constructors

NomoOutlineContainerThemeData({Color foreground = Colors.black, Color background = Colors.white, BoxShape shape = BoxShape.rectangle, BoxBorder border = const Border.fromBorderSide(BorderSide.none), EdgeInsetsGeometry padding = const EdgeInsets.all(16), double spacing = 16.0})
const
NomoOutlineContainerThemeData.from(NomoOutlineContainerColorData colors, NomoOutlineContainerSizingData sizing, NomoOutlineContainerConstants constants)
factory

Properties

background Color
final
border BoxBorder
final
foreground Color
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape BoxShape
final
spacing double
final

Methods

copyWith([NomoOutlineContainerThemeDataNullable? override]) NomoOutlineContainerThemeData
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