Line class

Constructors

Line(String key, {String? enclosure, CustomLine? customLine, DefaultValue? defaultValue, String? name, List<Line>? listKeys, TextStyle textStyle(ObjFormatData)?, FormatData? formatData, FilterBase? filter, TypeData? typeData, int maxLines = 1, int? minLines, bool enableSorting = true, bool alwaysShowTextTableInScroll = false, bool? enableLineFilter, bool showSizedBoxWhenEmpty = false, String? tableTooltip, bool isAgregate = false})

Properties

alwaysShowTextTableInScroll bool
getter/setter pair
customLine CustomLine?
Build Custom Widget
getter/setter pair
defaultValue DefaultValue?
Default value where value is null or empty
getter/setter pair
enableLineFilter bool?
Indicates whether the line must support filters specific to it
getter/setter pair
enableSorting bool
getter/setter pair
enclosure String?
Only on the list Wrapping text for content Example: My enclosure: ??? Where ??? will be replaced by the content of the line
getter/setter pair
filter FilterBase?
getter/setter pair
formatData FormatData?
Você pode espeficicar uma formatação a ser aplicada
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAgregate bool
Indicate the line is the result of aggregate. It is useful for building SQL queries correctly
getter/setter pair
key String
getter/setter pair
listKeys List<Line>?
Caso seja != null, infica que o resultado é uma lista, e as quais linhas devem ser exibidas
getter/setter pair
maxLines int
getter/setter pair
minLines int?
getter/setter pair
name String?
Usado para o cabeçalho em tabelas
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSizedBoxWhenEmpty bool
Show sizedbox when empty row
getter/setter pair
tableTooltip String?
Custom table tooltip
getter/setter pair
textStyle ↔ (TextStyle Function(ObjFormatData)?)
Define o estilo do texto a ser apresentado
getter/setter pair
typeData TypeData?
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