How to Set Background Image with using introduction_screen package

148

you can try this

  PageViewModel(
      title: "Title of first page",
      bodyWidget:    Container(
    decoration: BoxDecoration(
image: DecorationImage(image: AssetImage("your source"))),),

you also can use NetworkImage for get on link instead of AssetImage

Share:
148
Jayswal Viraj
Author by

Jayswal Viraj

Updated on January 03, 2023

Comments