Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter radial gradient with alignment

  gradient: RadialGradient(    
    center: Alignment.topCenter,    
    colors: [      
    Colors.red,      
    Colors.blue,      
    Colors.green,    
    ],  )
Source by www.woolha.com #
 
PREVIOUS NEXT
Tagged: #flutter #radial #gradient #alignment
ADD COMMENT
Topic
Name
1+7 =