menu
infinite_lazy_grid package
documentation
core/background.dart
NoBackground class
NoBackground class
dark_mode
light_mode
NoBackground
class
Inheritance
Object
CanvasBackground
NoBackground
Constructors
NoBackground.new
()
const
Properties
bgColor
→
Color
the fill color of background
final
inherited
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint
(
Canvas
canvas
,
Offset
screenOffset
,
Offset
canvasOffset
,
double
scale
,
Size
canvasSize
)
→ void
draw the backround on this context. Implement this to have different kinds of backgrounds
screenOffset
is the screen space offset for clipping
canvasOffset
is the grid space offset from the controller
override
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
infinite_lazy_grid package
documentation
core/background
NoBackground class
background library