TeXViewGroup class
- Inheritance
-
- Object
- TeXViewWidget
- TeXViewGroup
Constructors
-
TeXViewGroup.new({required List<
TeXViewGroupItem> children, required dynamic onTap(String id)?, TeXViewStyle? style, TeXViewStyle? selectedItemStyle, TeXViewStyle? normalItemStyle}) -
const
-
TeXViewGroup.multipleSelection({required List<
TeXViewGroupItem> children, required dynamic onItemsSelection(List<String> ids)?, TeXViewStyle? style, TeXViewStyle? selectedItemStyle, TeXViewStyle? normalItemStyle}) -
const
Properties
-
children
→ List<
TeXViewGroupItem> -
A list of TeXViewWidget.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- normalItemStyle → TeXViewStyle?
-
Style TeXView Widget with TeXViewStyle.
final
-
onItemsSelection
→ dynamic Function(List<
String> ids)? -
On Tap Callback when a child is tapped.
final
- onTap → dynamic Function(String id)?
-
On Tap Callback when a child is tapped.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedItemStyle → TeXViewStyle?
-
Style TeXView Widget with TeXViewStyle.
final
- single → bool
-
final
- style → TeXViewStyle?
-
Style TeXView Widget with TeXViewStyle.
final
Methods
-
meta(
) → TeXViewWidgetMeta -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onTapCallback(
String id) → void -
override
-
toJson(
) → Map -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited