of static method

Lowder? of(
  1. BuildContext context
)

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>();