nullableValue method

T? nullableValue(
  1. BuildContext context
)

Implementation

T? nullableValue(BuildContext context) => _getValue(Screen.of(context));