Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(colors: IntUiTextAreaColors = IntUiTextAreaColors.dark(), metrics: IntUiTextAreaMetrics = IntUiTextAreaMetrics(), textStyle: TextStyle = IntUiTheme.defaultDarkTextStyle, hintTextStyle: TextStyle = IntUiTheme.defaultDarkTextStyle.copy(fontSize = 12.sp, lineHeight = 16.sp)): IntUiTextAreaStyle
Link copied to clipboard
@Composable
fun light(colors: IntUiTextAreaColors = IntUiTextAreaColors.light(), metrics: IntUiTextAreaMetrics = IntUiTextAreaMetrics(), textStyle: TextStyle = IntUiTheme.defaultLightTextStyle, hintTextStyle: TextStyle = IntUiTheme.defaultLightTextStyle.copy(fontSize = 12.sp, lineHeight = 16.sp)): IntUiTextAreaStyle