Rows mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rowTextComLable({required ReportFromJSONController controller, required double width, double? height, required dynamic key, required Type type, required dynamic value}) Widget
rowTextFormatted({required ReportFromJSONController controller, required double width, required String key, required Type type, required dynamic value, required Function setStateRows, required BuildContext context, bool isTitle = false, bool isRodape = false, bool isSelected = false, bool isFiltered = false, Map<String, dynamic>? element, String order = 'asc', Color? cor, double? height}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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