FliraState class

Constructors

FliraState({double? materialAppHeight, double? materialAppWidth, double? initialButtonHeight, double? initialButtonWidth, AlignmentGeometry? alignment, FliraStatus? status, FilePickerResult? filePickerResult, String? atlassianApiToken, String? atlassianUser, String? atlassianUrlPrefix, required TriggeringMethod triggeringMethod, bool reportDialogOpen = false, required ButtonStatus buttonStatus})
const
FliraState.initial()
const

Properties

alignment AlignmentGeometry?
final
atlassianApiToken String?
final
atlassianUrlPrefix String?
final
atlassianUser String?
final
buttonStatus ButtonStatus
final
filePickerResult → FilePickerResult?
final
hashCode int
The hash code for this object.
no setterinherited
initialButtonHeight double?
final
initialButtonWidth double?
final
materialAppHeight double?
final
materialAppWidth double?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
reportDialogOpen bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status FliraStatus?
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
triggeringMethod TriggeringMethod
final

Methods

copyWith({double? materialAppWidth, double? materialAppHeight, double? initialButtonWidth, double? initialButtonHeight, AlignmentGeometry? alignment, FliraStatus? status, FilePickerResult? filePickerResult, TriggeringMethod? triggeringMethod, String? atlassianApiToken, String? atlassianUser, String? atlassianUrlPrefix, bool? reportDialogOpen, ButtonStatus? buttonStatus}) FliraState
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