mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-runtime
/
com.jakewharton.mosaic
/
Terminal
Terminal
@
Immutable
class
Terminal
(
val
focused
:
Boolean
,
val
darkTheme
:
Boolean
,
val
size
:
IntSize
)
Members
Constructors
Terminal
Link copied to clipboard
constructor
(
focused
:
Boolean
,
darkTheme
:
Boolean
,
size
:
IntSize
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dark
Theme
Link copied to clipboard
val
darkTheme
:
Boolean
focused
Link copied to clipboard
val
focused
:
Boolean
size
Link copied to clipboard
val
size
:
IntSize