Closed kawan2019 closed 1 year ago
It should be transparent already. Specify your widget background to transparent
Solved in this other issue #29
SolidBottomSheet(
headerBar: const SizedBox(), // Without headerBar
body: Container(
child: Center(
child: Text('Hello World')
)
),
)
How I can Set body || headerBar Background color to Transparent ? 😟