ExtInputDecoration extension

on

Methods

copyWithBorder(InputBorder? border) InputDecoration

Available on InputDecoration, provided by the ExtInputDecoration extension

Creates a copy of this InputDecoration with the same border applied to all border states.
mergeWith(InputDecoration? other) InputDecoration

Available on InputDecoration, provided by the ExtInputDecoration extension

Returns a new InputDecoration created by merging this with the given other decoration.

Static Methods

mergeAll(List<InputDecoration?> list) InputDecoration

Available on InputDecoration, provided by the ExtInputDecoration extension

Merges a list of InputDecoration instances from left to right.