consumers\check_grid library
Classes
- CheckGridOptions
- Options for checking the grid configuration.
Functions
-
checkGrid(
CheckGridOptions options) → Future< List> - Checks the grid configuration and calculates various parameters based on the number of rows, columns, and active elements.
Typedefs
-
CheckGridType
= Future<
List> Function(CheckGridOptions options) -
Type definition for the
checkGrid
function.