NomoOutlineContainer class

A container with a border and a background color.

Constructors

NomoOutlineContainer({dynamic foreground, required dynamic child, double? radius, dynamic border, double? width, double? height, dynamic background, dynamic padding, dynamic shape, double? spacing, dynamic key})
const

Properties

background → dynamic
final
border → dynamic
final
child → dynamic
final
foreground → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
padding → dynamic
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape → dynamic
final
spacing double?
final
width double?
final

Methods

build(dynamic context) → dynamic
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