WidgetStateOutlinedBorder.resolveWith constructor
- WidgetPropertyResolver<
OutlinedBorder?> callback
Creates a WidgetStateOutlinedBorder using a WidgetPropertyResolver callback.
This constructor should only be used with widgets that support
WidgetStateOutlinedBorder, such as ChipThemeData.shape
(if used as a regular OutlinedBorder, it acts the same as
an empty RoundedRectangleBorder()
constructor).
Implementation
const factory WidgetStateOutlinedBorder.resolveWith(
WidgetPropertyResolver<OutlinedBorder?> callback,
) = _WidgetStateOutlinedBorder;