DataDetail class Objects

{@image } Object that is meant to act as the main data structure for a DataDetailView. This contains the title, the detail cards for writing / reading, and any CTAs to perform additional actions.

Constructors

DataDetail({required String detailName, required List<DataDetailCard> detailCards, Map<VoidCallback, Icon>? detailCTAs})

Properties

detailCards List<DataDetailCard>
Cards that show data and compose the greater detail object
final
detailCTAs Map<VoidCallback, Icon>?
optional CTAs that show up as icon buttons below the detail cards
getter/setter pair
detailName String
The name of the detail item (e.g: contact name)
final
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
toString() String
A string representation of this object.
inherited

Operators

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