NUITableCellStyle class

Constructors

NUITableCellStyle({required Alignment alignment, required TextStyle textStyle, Color? background, double? width, double? height, Color? outlineColor, double? outlineThickness, double? padding, TextAlign textAlign = TextAlign.start})

Properties

alignment Alignment
getter/setter pair
background Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
outlineColor Color?
getter/setter pair
outlineThickness double?
getter/setter pair
padding double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign TextAlign
getter/setter pair
textStyle TextStyle
getter/setter pair
width double?
getter/setter pair

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