This site requires javascript.
Android Code Search
file:androidx/wear/compose/material3/TextButton.kt function:TextButton
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
wear/compose/compose-material3/src/main/java/androidx/wear/compose/material3/
TextButton.kt
content_copy
Preview
97:
98:
99:
@Composable
public
fun
TextButton
(
onClick: () -> Unit,
200:
201:
202:
@Composable
public
fun
filled
TextButton
Colors(): TextButtonColors =
MaterialTheme.colorScheme.defaultFilledTextButtonColors
217:
218:
219:
@Composable
public
fun
filled
TextButton
Colors(
containerColor: Color = Color.Unspecified,
241:
242:
243:
@Composable
public
fun
filledVariant
TextButton
Colors(): TextButtonColors =
MaterialTheme.colorScheme.defaultFilledVariantTextButtonColors
259:
260:
261:
@Composable
public
fun
filledVariant
TextButton
Colors(
containerColor: Color = Color.Unspecified,
278:
279:
280:
@Composable
public
fun
filledTonal
TextButton
Colors(): TextButtonColors =
MaterialTheme.colorScheme.defaultFilledTonalTextButtonColors
295:
296:
297:
@Composable
public
fun
filledTonal
TextButton
Colors(
containerColor: Color = Color.Unspecified,
314:
315:
316:
@Composable
public
fun
outlined
TextButton
Colors(): TextButtonColors =
MaterialTheme.colorScheme.defaultOutlinedTextButtonColors
330:
331:
332:
@Composable
public
fun
outlined
TextButton
Colors(
contentColor: Color = Color.Unspecified,
347:
348:
349:
@Composable
public
fun
textButton
Colors(): TextButtonColors =
MaterialTheme.colorScheme.defaultTextButtonColors
unfold_more
Show 1 more matching line
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main