ElFps constructor
const
ElFps({
- Key? key,
- bool? show = true,
- Color color = Colors.green,
- required Widget child,
- ElWidgetBuilder? positionedBuilder,
Implementation
const ElFps({
super.key,
this.show = true,
this.color = Colors.green,
required this.child,
this.positionedBuilder,
});