RowBuilder class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- RowBuilder
Constructors
-
RowBuilder({Key? key, required TextAlign tdAlignment, required TextStyle? tdStyle, required double trHeight, required Color borderColor, required double borderWidth, required dynamic cellData, required int index, required dynamic col, required double tdPaddingLeft, required double tdPaddingTop, required double tdPaddingBottom, required double tdPaddingRight, required int tdEditableMaxLines, required ValueChanged<
String> ? onSubmitted, required ValueChanged<String> onChanged, required double? widthRatio, required bool isEditable, required Color stripeColor1, required Color stripeColor2, required bool zebraStripe, required InputBorder? focusedBorder}) -
Builds row elements for the table
its properties are not nullable
const
Properties
- cellData → dynamic
-
final
- col → dynamic
-
final
- focusedBorder → InputBorder?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
final
- isEditable → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
-
onChanged
→ ValueChanged<
String> -
final
-
onSubmitted
→ ValueChanged<
String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stripeColor1 → Color
-
final
- stripeColor2 → Color
-
final
- tdAlignment → TextAlign
-
final
- tdEditableMaxLines → int
-
final
- tdPaddingBottom → double
-
final
- tdPaddingLeft → double
-
final
- tdPaddingRight → double
-
final
- tdPaddingTop → double
-
final
- tdStyle → TextStyle?
-
final
- widthRatio → double?
-
final
- zebraStripe → bool
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → _RowBuilderState -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited