ControlGroup class

A control group contains a set of items to be grouped together in the UI.

Constructors

ControlGroup({required String title, required List<DBMemberControl> items})
Each ControlGroup contains a title and a list of items that correspond to database object members.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<DBMemberControl>
The set of controls that belong to this group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title for the group of editing widgets.
final

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