Insets Wrapper
class InsetsWrapper
A wrapper for Insets has a visibility state.
You can use toInsets to convert it to Insets.
Parameters
left
the left insets (px).
top
the top insets (px).
right
the right insets (px).
bottom
the bottom insets (px).
is Visible
the visibility state.
Properties
Functions
Link copied to clipboard
Returns the component-wise minimum of two Insets.
Link copied to clipboard
Compare two Insets.
Link copied to clipboard
Subtract two Insets.
Link copied to clipboard
Returns the component-wise maximum of two Insets.
Link copied to clipboard
Add two Insets.
Link copied to clipboard
Convert InsetsWrapper to AbsolutePadding.