mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 19:44:25 +08:00
refactor: move todo from Surface to Scaffold
This commit is contained in:
@@ -25,4 +25,6 @@ package com.highcapable.flexiui.component
|
|||||||
|
|
||||||
// TODO: Scaffold, modeled after Scaffold in Material Design
|
// TODO: Scaffold, modeled after Scaffold in Material Design
|
||||||
// Also set the global background color to Scaffold
|
// Also set the global background color to Scaffold
|
||||||
// Scaffold creates Surface
|
// Scaffold creates Surface
|
||||||
|
|
||||||
|
// TODO: Linkage BetterAndroid SafeArea (SystemBarsController)
|
@@ -39,8 +39,6 @@ import androidx.compose.ui.platform.debugInspectorInfo
|
|||||||
import com.highcapable.flexiui.LocalColors
|
import com.highcapable.flexiui.LocalColors
|
||||||
import com.highcapable.flexiui.LocalSizes
|
import com.highcapable.flexiui.LocalSizes
|
||||||
|
|
||||||
// TODO: Linkage BetterAndroid SafeArea (SystemBarsController)
|
|
||||||
|
|
||||||
@Immutable
|
@Immutable
|
||||||
data class SurfaceColors(
|
data class SurfaceColors(
|
||||||
val contentColor: Color,
|
val contentColor: Color,
|
||||||
|
Reference in New Issue
Block a user