menu
custom_pin_auth package
documentation
ui/widget/pin_sphere.dart
PinSphere
PinSphere.new const constructor
PinSphere.new const constructor
dark_mode
light_mode
PinSphere
constructor
const
PinSphere
(
{
Key
?
key
,
required
bool
input
,
})
Implementation
const PinSphere({Key? key, required this.input}) : super(key: key);
custom_pin_auth package
documentation
ui/widget/pin_sphere
PinSphere
PinSphere.new const constructor
PinSphere class