ScoreScaffold class

Inheritance

Constructors

ScoreScaffold({Key? key, required ScoreState state, required ScoreData? scoreData, required dynamic onRefresh()?, String? title, Widget? itemPicker, SemesterData? semesterData, dynamic onSelect(int index)?, dynamic onSearchButtonClick()?, String? middleTitle, String? finalTitle, dynamic onScoreSelect(int index)?, Widget middleScoreBuilder(int index)?, Widget finalScoreBuilder(int index)?, String? customHint, bool isShowSearchButton = true, List<String>? details, Widget? bottom, String? customStateHint})
const

Properties

bottom Widget?
final
customHint String?
final
customStateHint String?
final
details List<String>?
final
finalScoreBuilder → (Widget Function(int index)?)
final
finalTitle String?
final
hashCode int
The hash code for this object.
no setterinherited
isShowSearchButton bool
final
itemPicker Widget?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
middleScoreBuilder → (Widget Function(int index)?)
final
middleTitle String?
final
onRefresh → (dynamic Function()?)
final
onScoreSelect → (dynamic Function(int index)?)
final
onSearchButtonClick → (dynamic Function()?)
final
onSelect → (dynamic Function(int index)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreData ScoreData?
final
semesterData SemesterData?
final
state ScoreState
final
title String?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() ScoreScaffoldState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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

Constants

routerName → const String