both constant
DIRECTION
const both
Implementation
static const DIRECTION both = DIRECTION._({
DIRECTION_ENUM.horizontal,
DIRECTION_ENUM.vertical,
});
static const DIRECTION both = DIRECTION._({
DIRECTION_ENUM.horizontal,
DIRECTION_ENUM.vertical,
});