EdgeInsetsDirectionalChaining extension
Extension on EdgeInsetsDirectional to allow fluent chaining and modification
Methods
-
addToBottom(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Adds the specified value to the existing bottom padding -
addToLeft(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Adds the specified value to the existing start padding -
addToRight(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Adds the specified value to the existing end padding -
addToTop(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Adds the specified value to the existing top padding -
withBottom(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Creates new EdgeInsetsDirectional with specified bottom padding -
withLeft(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Creates new EdgeInsetsDirectional with specified start padding -
withRight(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Creates new EdgeInsetsDirectional with specified end padding -
withTop(
double value) → EdgeInsetsDirectional -
Available on EdgeInsetsDirectional, provided by the EdgeInsetsDirectionalChaining extension
Creates new EdgeInsetsDirectional with specified top padding