FFSize constructor

FFSize(
  1. Widget? child,
  2. String? type,
  3. OnWidgetSizeChange onChange, {
  4. Key? key,
})

Implementation

FFSize(
  Widget? child,
  this.type,
  this.onChange, {
  Key? key,
}) : super(key: key, child: child);