TimerOption class

A class TimerOption used for customized Timer displayed in CameraScreen.

The user should use this class in order to customize TimerOption passed showTimerCamera method

Constructors

TimerOption({required String label, required int startCounter})

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The label string which will be displayed in CameraScreen
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCounter int
The counter value for this timer option
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