UiComponentGroup class

UiComponentGroup - class for creating a group of widgets that are joined by their common signs (Buttons, Views, etc.).

This class receives two parameters:

  • name : String variable that will provide the name of a Group.
  • builders : List of instances created from classes extending UiKitBuilder.

Constructors

UiComponentGroup(String name, List<UiKitBuilder> builders)
const

Properties

builders List<UiKitBuilder>
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
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
toString() String
A string representation of this object.
inherited

Operators

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