menu
flutter_pin_pad package
documentation
components/pin_dot.dart
PinDot
PinDot const constructor
PinDot const constructor
dark_mode
light_mode
PinDot
constructor
const
PinDot
(
{
Key
?
key
,
required
Color
fillColor
,
})
Implementation
const PinDot({super.key, required this.fillColor});
flutter_pin_pad package
documentation
components/pin_dot
PinDot
PinDot const constructor
PinDot class