FollyCell.empty constructor
const
FollyCell.empty({
- Color color = Colors.transparent,
- EdgeInsets padding = EdgeInsets.zero,
- Key? key,
Implementation
const FollyCell.empty({
this.color = Colors.transparent,
this.padding = EdgeInsets.zero,
super.key,
}) : align = Alignment.center,
child = const SizedBox.shrink();