EachColumn class

This class is used to build the Column Content inside the Body that is gonna be displayed when the chathead is tapped.

Constructors

EachColumn({FloatyHeadText? text, FloatyHeadPadding? padding, FloatyHeadMargin? margin, FloatyHeadDecoration? decoration})

Properties

decoration FloatyHeadDecoration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
margin FloatyHeadMargin?
getter/setter pair
padding FloatyHeadPadding?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text FloatyHeadText?
getter/setter pair

Methods

getMap() Map<String, 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