WidgetStatesProvider.boundary constructor

const WidgetStatesProvider.boundary({
  1. Key? key,
  2. required Widget child,
})

Implementation

const WidgetStatesProvider.boundary({
  super.key,
  required this.child,
})  : boundary = true,
      controller = null,
      states = null,
      inherit = false;