FollyCell constructor
const
FollyCell({
- required Widget child,
- required EdgeInsets padding,
- AlignmentGeometry align = Alignment.centerLeft,
- Color color = Colors.transparent,
- Key? key,
Implementation
const FollyCell({
required this.child,
required this.padding,
this.align = Alignment.centerLeft,
this.color = Colors.transparent,
super.key,
});