EdgeInsetsChaining extension

Extension on EdgeInsets to allow fluent chaining and modification

on

Properties

bottomPad EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

no setter
geometry EdgeInsetsGeometry

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Allows implicit conversion to EdgeInsetsGeometry
no setter
leftPad EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Chainable padding extensions that use the first non-zero padding value as base
no setter
rightPad EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

no setter
topPad EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

no setter

Methods

addToBottom(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Adds the specified value to the existing bottom padding
addToLeft(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Adds the specified value to the existing left padding
addToRight(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Adds the specified value to the existing right padding
addToTop(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Adds the specified value to the existing top padding
withBottom(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Creates new EdgeInsets with specified bottom padding
withLeft(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Creates new EdgeInsets with specified left padding
withRight(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Creates new EdgeInsets with specified right padding
withTop(double value) EdgeInsets

Available on EdgeInsets, provided by the EdgeInsetsChaining extension

Creates new EdgeInsets with specified top padding