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