of static method
Method that allows access ta a Lowder instance as long as BuildContext contains a Lowder instance.
Implementation
static Lowder? of(BuildContext context) =>
context.findAncestorWidgetOfExactType<Lowder>();
Method that allows access ta a Lowder instance as long as BuildContext contains a Lowder instance.
static Lowder? of(BuildContext context) =>
context.findAncestorWidgetOfExactType<Lowder>();