Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
70 stars 3 forks source link

Apply modifier to Scaffold in ArtMaker #70

Closed Fbada006 closed 2 months ago

Fbada006 commented 2 months ago

Closes #69

Currently, the ArtMaker composable has a Scaffold and a Column inside. As the parent, the Scaffold should be the one getting the modifier variable exposed by ArtMaker instead of the column inside.