SelectStyler.backgroundImageUrl constructor
SelectStyler.backgroundImageUrl(
- String url, {
- BoxFit? fit,
- AlignmentGeometry? alignment,
- ImageRepeat repeat = .noRepeat,
Implementation
factory SelectStyler.backgroundImageUrl(
String url, {
BoxFit? fit,
AlignmentGeometry? alignment,
ImageRepeat repeat = .noRepeat,
}) => SelectStyler().backgroundImageUrl(
url,
fit: fit,
alignment: alignment,
repeat: repeat,
);