setInsets abstract method
Apply insets (in pixels) to the screen. If inset is not zero, search in the cut-off area will not be performed.
top
Top inset.
left
Left inset.
bottom
Bottom inset.
right
Right inset.
Implementation
void setInsets({
required core.int top,
required core.int left,
required core.int bottom,
required core.int right,
});