FontFamilySelectWidget constructor
const
FontFamilySelectWidget({})
Creates an instance of the widget.
All parameters are required and must not be null.
Implementation
const FontFamilySelectWidget({
super.key,
required this.animationsDuration,
required this.pageController,
required this.selectedFamilyIndex,
required this.onPageChanged,
required this.onTap,
});