BannerSection class

Section to display a banner.

Constructors

BannerSection({required double? marginLeft, required double? marginBottom, required double maxWidth, required String text, required Color background, required Color border, required IconData? icon})

Properties

background Color
getter/setter pair
border Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
getter/setter pair
marginBottom double?
getter/setter pairinherited
marginLeft double?
getter/setter pairinherited
maxHeight double
no setterinherited
maxWidth double
getter/setter pairinherited
minHeight double
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
no setter

Methods

add(String value) → void
buildContent(BuildContext context) Widget
Builds the widget for this section content.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runMacro({required dynamic id, required BuildContext context}) → void
Runs a macro.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited