isActive abstract method

bool isActive(
  1. BuildContext context
)

A method that returns true based on conditions related to the context of the screen such as MediaQuery.sizeOf(context).width.

Implementation

bool isActive(BuildContext context);