DataDetailCard class

The base class for a detail cards that adheres to the AureusDataDetailObserver.

Implementers

Constructors

DataDetailCard({required String dataLabel, required VoidCallback onFinishEditing})
const

Properties

dataLabel String
The string describing what the data is
final
hashCode int
The hash code for this object.
no setterinherited
onFinishEditing VoidCallback
Any code that should run when the user finishes editing the field. This should be where your logic code that modifies a DB entry / object goes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

editInformation() → void
Telling the master to make the observers update
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
returnEditDataCard() Widget
A function that should return an edit-only data card.
returnReadDataCard() Widget
A function that should return a read-only data card
saveInformation() → void
Telling the master to make the observers run the 'onFinishEditing' function
toString() String
A string representation of this object.
inherited

Operators

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