of static method

ToolboxConfig of(
  1. BuildContext context, {
  2. bool listen = true,
})

Implementation

static ToolboxConfig of(BuildContext context, {bool listen = true}) =>
    Provider.of<ToolboxConfig>(context, listen: listen);