isActive abstract method
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);
A method that returns true based on conditions related to the context of the screen such as MediaQuery.sizeOf(context).width.
bool isActive(BuildContext context);