nodogsplash not showing splash page code example
Example: inkwell not showing splash
InkWell(
onTap: () {}, // needed
child: Ink( // use Ink
width: 200,
height: 200,
color: Colors.blue,
),
)
InkWell(
onTap: () {}, // needed
child: Ink( // use Ink
width: 200,
height: 200,
color: Colors.blue,
),
)