SplitFlapRow constructor
const
SplitFlapRow({})
Implementation
const SplitFlapRow({
super.key,
required this.text,
this.maxLength = 10,
this.unitWidth = 20,
this.unitHeight = 34,
this.spacing = 2,
this.flapColor = const Color(0xFF161616),
this.textColor = Colors.white,
this.flipDuration = const Duration(milliseconds: 75),
this.silent = false,
});