Brady Aiello
12/29/2020, 2:52 AMTextField
? I can resolve it with singleLine = true
, but it still chops off the bottom of the sub-baseline letters. This is in a TopAppBar
in a Scaffold. Thought this might be due to a size constraint on TopAppBar
? Or maybe just the topAppBar
content parameter in Scaffold
? Not sure if there's any weird trickiness with TextField
itself.Brady Aiello
12/29/2020, 4:05 AMtextStyle = TextStyle(color = MaterialTheme.colors.onSurface)
but it looks like it's only "fixed" because the text is small enough to fit now. Looks like `Scaffold`'s topAppBar
doesn't let you exceed a certain size.Siyamed
12/29/2020, 4:56 AMBrady Aiello
12/29/2020, 5:45 AM