FFSize constructor
const
FFSize(
- Widget? child,
- OnWidgetSizeChange onChange, {
- Key? key,
Implementation
const FFSize(
Widget? child,
this.onChange, {
Key? key,
}) : super(key: key, child: child);