dart_board_image_background 0.9.3+7
dart_board_image_background: ^0.9.3+7 copied to clipboard
Basic image background decoration, feature can be applied with variants to have "image background" selections.
dart_board_image_background #
Basic feature allowing injection of a background onto page routes.
Supplies 1 page decoration that can be used to
Usage #
ImageBackgroundFeature(
filename: 'assets/image_bg_sample_asset.jpg',
namespace: 'background',
decorationName: 'background',
implementationName: 'sample asset')
copied to clipboard
Bind to a namespace/implementation you want to use. If you provide multiple implementations you can AB them.