Top

Flutter Material Theme Lookup

Flutter 머터리얼 테마 룩업을 위해 만들어 졌습니다.

ThemeData

프로퍼티 반환 타입 설명
accentColor Color 위젯의 포그라운드 색상.
accentColorBrightness Brightness accentColor의 밝기.
accentIconTheme IconThemeData accentColor의 아이콘 테마
accentTextTheme TextTheme accentColor의 텍스트 테마
appBarTheme AppBarTheme AppBar의 테마
backgroundColor Color primaryColor
bottomAppBarColor Color BottomAppBar의 컬러
bottomAppBarTheme BottomAppBarTheme BottomAppBar의 테마
brightness Brightness 앱 전체의 밝기
buttonColor Color 버튼의 색상
buttonTheme ButtonThemeData 버튼의 테마
canvasColor Color MaterialType.canvas Material의 기본 색상
cardColor Color CardMaterial 색상
cardTheme CardTheme  
chipTheme ChipThemeData  
colorScheme ColorCheme A set of thirteen colors that can be used to configure the color properties of most components
cupertinoOverrideTheme CupertinoThemeData  
cursorColor Color  
dialogBackgroundColor Color  
dialogTheme DialogTheme  
disabledColor Color  
dividerColor Color  
errorColor Color  
floatingActionButtonTheme FloatingActionButtonThemeData  
hashCode int  
highlightColor Color  
hitColor Color  
iconTheme IconThemeData  
indicatorColor Color  
InputDecorationTheme InputDecorationTheme  
materialTapTargetSize MaterialTapTargetSize  
pageTransitionsTheme PageTransitionsTheme  
platform TargetPlatform  
primaryColor Color  
primaryColorBrightness Brightness  
primaryColorDark Color  
primaryColorLight Color  
primaryIconTheme IconThemeData  
primaryTextTheme TextTheme  
scaffoldBackgroundColor Color  
secondaryHeaderColor Color  
selectedRowColor Color  
sliderTheme SliderThemeData  
splashColor Color  
splashFactory InteractiveInkFeatureFactory  
tabBarTheme TabBarTheme  
textSelectionColor Color  
textSelectionHandleColor Color  
textTheme TextTheme  
toggleableActiveColor Color  
typography Typography  
unselectedWidgetColor Color  

IconThemeData

프로퍼티 반환 타입 설명
color Color  
hashCode int  
isConcrete bool  
opacity double  
size double  

TextTheme

프로퍼티 반환타입 설명
body1 TextStyle 기본 텍스트
body2 TextStyle 강조 텍스트
button TextStyle  
caption TextStyle 이미지와 사용
display1 TextStyle 큰 텍스트
display2 TextStyle 더 큰 텍스트
display3 TextStyle 더 더 큰 텍스트
display4 TextStyle 더 더 더 큰 텍스트
hashCode int  
headline TextStyle 대화 상자의 헤드라인
overline   가장 작은 텍스트
subhead   리스트의 주요 텍스트
title   앱바나 대화상자의 주요 텍스트

AppBarTheme

프로퍼티 반환 타입 설명
actionsIconTheme IconThemeData  
brightness Brightness  
elevation double  
hashCode int  
iconTheme IconThemeData  
textTheme TextTheme  

BottomAppBarTheme

프로퍼티 반환 타입 설명
color Color  
elevation double  
hashCode int  
shape NotchedShape  

ButtonThemeData

프로퍼티 반환 타입 설명
alginedDropdown bool  
colorScheme ColorScheme  
constraints BoxConstraints  
hashCode int  
height double  
layoutBehavior ButtonBarLayoutBehavior  
minWidth double  
padding EdgeInsectsGeometry  
shape ShapeBorder  
textTheme ButtonTextTheme  

CardTheme

프로퍼티 반환 타입 설명
clipBehavior Clip  
color Color  
elevation double  
hashCode int  
margin EdgeInsetsGeometry  
shape ShapeBorder  

ChipThemeData

프로퍼티 반환 타입 설명
backgroundColor Color  
brightness Brightness  
deleteIconColor Color  
disabledColor Color  
elevation double  
hashCode int  
labelPadding EdgeInsetsGeometry  
labelStyle TextStyle  
padding EdgeInsetsGeometry  
pressElevation double  
secondaryLabelStyle TextStyle  
secondarySelectedColor Color  
selectedColor Color  
selectedShadowColor Color  
shadowColor Color  
shape ShapeBorder  

CupertinoThemeData

프로퍼티 타입 설묭
barBackgroundColor Color  
brightness Brightness  
primaryColor Color  
primaryContrastingColor Color  
scaffoldBackgroundColor Color  
textTheme CupertinoTextThemeData  

DialogTheme

프로퍼티 타입 설명
backgroundColor Color  
contentTextStyle TextStyle  
elevation double  
hashCode int  
shape ShapeBorder  
titleTextStyle TextStyle  

FloatingActionButtonThemeData

프로퍼티 타입 설명
backgroundColor Color  
disabledElevation double  
elevation double  
foregroundColor Color  
hashCode int  
highlightElevation double  
shape ShapeBorder  

InputDecorationTheme

프로퍼티 타입 설명
alignLabelWithHint bool  
border InputBorder  
contentPadding EdgeInsetsGeometry  
counterStyle TextStyle  
disabledBorder InputBorder  
enabledBorder InputBorder  
errorBorder InputBorder  
errorMaxLines int  
errorStyle TextStyle  
fillColor Color  
filled bool  
focusedBorder InputBorder  
focusedErrorBorder InputBorder  
hasFloatingPlacehorder bool  
helperStyle TextStyle  
hintStyle TextStyle  
isCollapsed bool  
isDense bool  
labelStyle TextStyle  
prefixStyle | TextStyle`    
suffixStyle TextStyle  

SliderThemeData

프로퍼티 타입 설명
activeTickMarkColor Color  
activeTrackColor Color  
disabledActiveTickMarkColor Color  
diabledActiveTrackColor Color  
disabledInactiveTickMarkColor Color  
diabledInactiveTrackColor Color  
disabledThumbColor Color  
hashCode int  
inactiveTickMarkColor Color  
inactiveTrackColor Color  
overlayColor Color Thumb가 눌렸을때 주변 오버레이 컬러
overlayShape SliderComponentShape  
showValueIndicator ShowValueIndicator  
thumbColor Color  
thumbShape SliderComponentShape  
tickMarkShape SliderTickMarkShape  
trackHeight double  
trackShape SilderTrackShape  
valueIndicatorColor Color  
valueIndicatorShape SliderComponentShape  
valueIndicatorTextStyle TextStyle  

TabBarTheme

프로퍼티 타입 설명
hashCode int  
indicator Decoration  
indicatorSize TabBarIndicatorSize  
labelColor Color  
labelPadding EdgeInsetsGeometry  
labelStyle TextStyle  
unselectedLabelColor Color  
unselectedLabelStyle TextStyle  

참조