FOtpItemScope constructor
const
FOtpItemScope({})
Creates an FOtpItemScope.
Implementation
const FOtpItemScope({
required this.character,
required this.focused,
required this.start,
required this.end,
required super.child,
super.key,
});