Flutter gradient shadow. Gradient with effect of 3d Container in Flutter.

Flutter gradient shadow. 0 version most of the Button classe.
Flutter gradient shadow Jan 19, 2024 · Gradient Icon # A Flutter package that provides gradient icons, allowing you to apply gradient effects to your icons. This is what I'm trying to achieve: This is what my button l Mar 25, 2022 · If by shadow you don't mean the shadow made by elevation, you can create the style you want using gradient but it needs a little trick, because you should wrap a container in another one. Commented Dec 27, 2022 at 10:15 Flutter - Gradient color Mar 22, 2022 · I am trying to make a container that fades from transparent to white. useMaterial3 is false then ThemeData. Flutter add gradient colors on image. WHAT I Dec 30, 2022 · After some digging i found the answer to my question. There's also this nifty library that I use called the neumorphic container library that helps to handle this for me. Flutter: Material with only partial shadow. Flutter™ Gradient Generator. child: Container Jun 15, 2020 · Flutter: FloatingActionButton shadow. Then, without quitting the app, try // changing the primarySwatch below to Colors. The first passed value is used to set where the first fraction (the first color only) stops, while the second value is used to set where the second fraction stops. Each CircleListItem widget and each CardListItem widget displays a new version of the gradient. Gradient with effect of 3d Container in Flutter. Adding shadows to widgets in Flutter. To add a gradient background to a ListTile in Flutter, you can wrap the ListTile with a Container or another widget that supports gradients, suc Jul 26, 2019 · In the second method, shadow was not realistic because even though it had low opacity, it did not had a blur and I could not find a method to make it blurred . shader = ui. Packages that depend on gradient_borders Jul 21, 2021 · Example: Please notice that the color of the widget doesn't matter, only the color of the shadow around it. With this tool, you can quickly and easily generate custom shadows for their components, providing a more visually appealing and engaging user interface. shadowColor will be used. How to add linear gradient to a rounded container in flutter? 1. 0,// this field changes the shadow of the card 1. 4 How to create a Card with both an inner shadow and a gradient fill. TextField, Text, another button, etc. How to create a blur with a linear gradient in Flutter. Simple Light AppBar; Simple Dark AppBar Mar 28, 2019 · You can achieve this by doing just a simple trick. Let’s start by looking at the Linear Gradient constructor: Jan 14, 2020 · Flutter make simple gradient shadow. linear( startOffset, endOffset, [ color1, color2, ], ); Jul 5, 2018 · Gradient Maps. You can customize all your controls at once via the theme setting of MaterialApp, or separate controls through changing their own styles. An angle of 0 degrees creates a horizontal gradient, and 90 degrees would make it vertical. Mar 6, 2024 · I have been trying to implement this vanishing shadow or vignette effect in flutter but i cant i have used the drop shadow but it wont come like this. 0 Then run flutter get --no-example. To add a gradient background to a ListTile in Flutter, you can wrap the ListTile with a Container or another widget that supports gradients, suc Sep 7, 2018 · If you want to add a shadow to any arbitrary shape (including a PNG image with transparent regions), you can combine a few of Flutter's built in shaders to produce the effect: ColorFilter to desaturate the colors add an new tint. If null and ThemeData. Radial Gradients. yaml. Now, let’s implement a gradient border around a Widget, rather than simply a single-toned border. Installation # Dec 16, 2024 · The color to paint the shadow below the material. Jun 27, 2022 · I'm displaying text in gradient color. 0 to 1. . missing ripple effect, unwanted borders, not respecting the theme's minWidth for buttons). linear constructor from the dart:ui library. We will also take a closer look at the properties that control how shadows appear so you can create the perfect shadow effect. Just draw a circleB with slightly bigger radius using MaskFilter Paint before drawing your real circleA, you can get a circleA with shadow effect. I want it to look like this: But when I try building it I get something like this: The shadow is going across the whole box instead of the ClipRRect area. The circle should show whichever color or background image that is applied to the parent container. Applying the Flutter BoxShadow class. This gradient starts from black and end at white, how can I design this type of widget? See full list on flutterawesome. How can I create the following transition effect using Flutter? 2. final Rect rectInner = Rect. Check out this circle drew with below codes. How to add a shadow around a button in Flutter? 1. You can use them when your UI needs user attention/focus, , e. 5) we did exactly that. 0, shadowColor is available for gradient buttons and cards A minimal set of Flutter widgets encased with beautiful gradients. 2 How to make good flutter shadow effect? 1 May 26, 2018 · How to display image with top and bottom gradient shadow in flutter? 3. Radial Gradients are quite similar to Linear Gradients, in that they take in properties such as colors and stops, but they also take in some other properties, such as radius, focal and tileMode. However, you can see the tricks to add shadow effects to text without any third-party packages in this article: How to Add a Drop Shadow to Text in Flutter. useMaterial3 is true then ThemeData's ColorScheme. Dec 27, 2022 · Work with Container's BoxDecoration shadow property to achieve this effect – Prashant. Don't want the left and right side shadow. But, with shadow from the elevation effect. These can be applied without using external control widgets. Supports various gradient types, including linear, radial, and sweep gradients. Create gradient texts simply and quickly. To set up Flutter Development on Android Studio please refer to Android Studio Setup for Flutter Development, and then create a new project in Android Studio please refer to Creating a Simple Application in Flutter. green and then invoke // "hot reload" (press "r" in the console where you ran "flutter run", // or simply save your changes to "hot reload" in a Flutter IDE). Mar 1, 2021 · Recently I made drop_shadow_image package on flutter for the drop shadow you can take a look at the implementation below. Flutter - Gradient color FloatingActionButton. In this post, we will go over common methods to add shadows to the widgets inside your application. and this is the result that I have achieved. 0. How to achieve this? Here is my code : // searchbar ch May 18, 2018 · I don't believe you can pass a gradient to an AppBar as it expects a Color rather than a gradient. Let’s start off with Linear Gradient. To remove the drop shadow when elevation is greater than 0, set shadowColor to Colors. Mar 23, 2022 · As parabeac_core matures as a continuous Figma to Flutter generator, we wanted to add more robust support for styling. Commented Dec 27, 2022 at 10:15 Flutter - Gradient color Dec 27, 2022 · Work with Container's BoxDecoration shadow property to achieve this effect – Prashant. dx, offset. Jan 6, 2019 · Mohammed's answer is a gradient and not proper shadow but Alexandr's solution works perfectly for me with a small fix! rectInner has to be updated. Nov 19, 2023 · In Flutter, a gradient effect is a visual effect that smoothly transitions between two or more colours, creating a gradual blend or progression of colours. Flutter and the related logo are The ShapeDecoration class provides a way to draw a ShapeBorder, optionally filling it with a color or a gradient, optionally painting an image into it, and optionally casting a shadow. How to remove shadow from card and make a view like this image. This abstracts out the arguments to the ui. height, ); Dec 28, 2019 · I am trying to build a design found on Dribbble which looks like this: What I have been able to make till now looks like: I have made this design in Flutter using the below code: Path rectPathTh Sep 9, 2024 · The gradient property accepts three constructors Linear Gradient, Radial Gradient & Sweep Gradient. You have to define two Containers. all(10), elevation: 3. 4. How to set FloatingActionButton's background transparent in flutter? 4. Mar 16, 2022 · extension LinearGradientExtension on LinearGradient { /// Applies [opacity] to all colors in gradient and returns a new [LinearGradient] LinearGradient withOpacity(double opacity) { return LinearGradient( colors: _applyOpacity(colors, opacity), begin: begin, end: end, stops: stops, tileMode: tileMode, transform: transform, ); } } extension May 20, 2021 · I want to make a container with gradient color and shadow. Feb 22, 2021 · We will see how to do this in Flutter for any shapes: Text; Rectangles and oval widgets; Complex shapes; I also tried neumorphism design. Nov 8, 2023 · enter image description here How does flutter implement such a style of button I tried using shadows, but shadows don't have transparency,gradient is an odd choice Here is the code: Container( Adding a drop shadow to text is simple as adding a drop shadow to an icon (see the preceding example), thanks to the help of the simple_shadow plugin. Easy in use, platform independent. Here I have used DecoratedBox for applying gradient color is there any way to apply gradient in ElevatedButton? The Code I have used Feb 25, 2020 · Flutter make simple gradient shadow. it displays but when I display that text in gradient color it does not display properly. My try : BoxDecoration( gradient:LinearGradient(colors: [Colors. Mar 23, 2022 · You’ve learned how to implement borders that are relatively basic. I've been trying to edit the source code of BoxShadow, which is only like 100 lines long Jan 6, 2023 · So AppBar is also a built-in class or widget in flutter which gives the functionality of the AppBar out of the box. Apr 28, 2019 · If you wish to use a transparent box with gradient borders, then you should look into doing the same thing but with clipping. The shader's transform will be resolved from the transform of this gradient. 22. Diamond and Radial gradients are not supported directly yet but we do generate an image for them so that the output is still correct. Dec 16, 2024 · content_copy const SweepGradient gradient = SweepGradient( colors: <Color>[Color(0xFFFFFFFF), Color(0xFF009900)], transform: GradientRotation(math. Borders package integrated with a basic flutter widgets as a container and input decorations. Jun 22, 2021 · I trying to create a gradient button in flutter but in ElevatedButton shows some shadow or its strucuture there even when the color was set to transparent. clear); This class is used by BoxDecoration to represent linear gradients. Highly customizable with control over colors, directions, and more. g Green instead of Grey, I don't want to put the button inside a Container like all solutions on the internet, so I hope that there's a solution using elevation and the old answer that this is not possible by "android material" is not an issue any more. 5. Let's take a look. Gradient. Flutter: How do I make an image overlay? 2. Using Card Widget. Dec 16, 2024 · Creates a Shader for this gradient to fill the given rect. one with the built-in Card Widget and other Using the Container Widget. Flutter Image with Gradient Border color. radial constructor from the dart:ui library. yaml file: dependencies: drop_shadow_image: ^0. Take a look at this example that I've pieced together from the Planets-Flutter tutorial along with the code below it. You'll see the // application has a blue toolbar. The center point corresponds to 0. The Flutter BoxShadow class is used to create and style a shadow cast by a box Jun 9, 2019 · You can use a MaskFilter to create shadow effect. 0 Import the package into your dart file: Gradient Widgets. Flutter extension installed for Visual Studio Code. Linear gradient and box shadow of container widget in flutter. More. Contribute to zhukeev/GradientShadowBoxDecoration development by creating an account on GitHub. Add a linear Feb 22, 2021 · As you can see in that example, I used four shadows, to create a more powerful opacity gradient. Mar 29, 2021 · I am trying to create an Elevated button with gradient background, But it provides some parameters that do not fit it well, and May you know that after Flutter 2. In the latest release (parabeac_core v2. First outer container with a gradient background and the second inner container with white background. These points are expressed in fractions, so that the same Mar 23, 2022 · Gradient Fill For the first time we’re adding support for Gradients, you can use Linear Gradient and we’ll convert the code directly. black May 3, 2020 · After adding elevation to Material widget, I want to keep only the bottom shadow. How can i fix this? Container( width: 184, height: 127, Jun 30, 2021 · Flutter make simple gradient shadow. 0 is default shape: RoundedRectangleBorder( side: BorderSide(width: 0. Final Words Aug 8, 2020 · I am trying to re-create a button similar to what is given in the picture below. Step 1 — Setting Up the Project. If an input is a grayscale image, Color color1 = Colors. here is my code : // This is a single TextField // Wrap your TextField around Material Widget and give border radius and // elevaiton to Material Widget. Here's what I've tried: Jan 12, 2021 · I am following some tutorial and fine a very good navbar but issue is when i replace it in my app i need to add shadow. flutter. com Nov 25, 2023 · Adding shadows to elements in an app can aid with user identification of the elements, communicate interactivity, and help elements stand out and be easier to locate. drawColor(Color(0), BlendMode. Out of all the three, Linear and Radial are the most preferred, Sweep offers more control though. Jul 29, 2018 · How to create shadow with 0 radius and only at bottom side of ElevatedButton in Flutter for material components? Hot Network Questions What buffers and commands exist in regular vi (NOT Vim/gVim/etc)? Jun 3, 2019 · How can I make a gradient shadow around any widget in flutter? 2. This effect is known as 'Gradient Map', as individual pixel values are being mapped to a gradient based on a predefined set of colours. What it looks like at the moment: Create a linear gradient background color in Flutter for Button, Text, Container, AppBar widgets. Here is a sample: Jun 1, 2019 · Next up we’re going to explore how to use radial gradients in Flutter. The circle is transparent but what I see is this: a black box shadow and not the background color of the parent. 9. 0, and the ring at radius from the center corresponds to 1. Since flutter is doing this to every type of widget they created, it seems Aug 4, 2018 · You can use ShaderMask for that task. Feb 18, 2020 · I want to add a shadow to a ClipRRect in Flutter. In ShaderMask, you need to set the BlendMode to BlendMode. We can make text bold, Italic, and headings but also we can give text shadow to make it beautiful. But, if I add some elevation, the transparent effect ruined. Step 1: Create a New Project in Android Studio. You can either create a gradient shader directly using dart:ui or convert a Flutter gradient to a shader using Gradient. The ShapeDecoration class provides a way to draw a ShapeBorder, optionally filling it with a color or a gradient, optionally painting an image into it, and optionally casting a shadow. srcIn, "src" means the widget to apply the gradient to (in this case Text), "in" means only show the part of the Text where it overlaps with the background which is the text itself (so the gradient doesn't get applied on the background): Aug 14, 2019 · I'm trying to create a ListView similar to this image (the one on the left):--notice that there is a gradient from right to left on each row of the list, and also, shadows on each row's top cast from the rows above Dec 16, 2024 · A 2D radial gradient. createShader. shadow will be used. Here is the code class BottomNavBarV2 extends StatefulWidget { @override. If I remove the elevation, there's no shadow effect and the card look transparent. Conclusion. Using Alignment can result in different diagonals when you have differently sized objects. Installation. Features # Easily create icons with customizable gradients. g. A normal radial gradient has a center and a radius. This tutorial was verified with Flutter v1. Feb 13, 2023 · Step By Step Implementation. Here is my code: May 27, 2023 · Gradient 与Color无法兼容的情况; Flutter中如果同时在一个decoration中设置Color和gradient则color不会被表达,这时只需要将gradient写到foregroundDecoration即可(将渐变设置为一个前景色) Dec 30, 2022 · In Flutter, a gradient effect is a visual effect that smoothly transitions between two or more colours, creating a gradual blend or progression of colours. So you can see the shadow effect is in the left and slowly fading towards right. The following example uses the Container widget from the widgets layer to draw a white rectangle with a 24-pixel multicolor outline, with the text "RGB" inside it: Dec 30, 2021 · Try below code hope its help to you. fromLTWH( offset. A gradient has two anchor points, begin and end. This going to be pretty simple, Follow the following simple steps to make a shadow of the text. Linear Gradient: Aug 19, 2021 · Try below code hope it help to you in below answer change Color your need. This class is used by BoxDecoration to represent radial gradients. and as a child of the inner container, you can place anything e. How to create ImageShader in Flutter? 1. Implementation Sep 28, 2022 · So here is the output image which I wanted to achieve. 0, and the end point corresponds to 1. I'll put it over stuff so it looks like the content behind is fading away into the whiteness of the background. purple, the individual pixel colors should be transformed in the following way - Where Mar 18, 2021 · Flutter and Dart plugins installed for Android Studio. 9. About this video -In this video we are going to see how to apply gradient and box shadow in flu Mar 11, 2019 · How to display image with top and bottom gradient shadow in flutter? 0. Repository (GitHub) Documentation. When decorating a border with a gradient, two properties are required: Gradient, which contains the necessary information such as colors, etc. 2, and Android Studio v4. Custom border for a flutter widget. 0 on the X axis) and rotating it by 45 degrees (pi/4) to create the illusion of a diagonal gradient. Note: You can add directly - run flutter pub add simple_gradient_text in your project. When I tried to replicate this design in flutter with the colors rose = Color(0xFFec15ee), purple = Color(0xFF8561f5) and blue = Color(0xFF1eaefc) and set the alignment property accordingly it somehow gave me not the expected result The package enables outer shadow, inner shadow, border and inner gradient styles for Flutter’s standard controls. Jul 27, 2019 · I am trying to customize the color of the RaisedButton's shadow on flutter, e. As you can see in the result picture above, the design is very subtle (I mean sophisticated It is a transparent circle with a box-shadow. Aug 13, 2019 · How to display image with top and bottom gradient shadow in flutter? 2. But shadow is always front from the gradient. FadeInImage with cacheHeight. , login or send actions, or important shopping item title (see Gradient Screens to get the idea 😉) May 12, 2019 · How does one put a full page gradient overtop of an image? What I'm hoping to achieve: What I've tried: I've tried a Container with two stacked BackdropFilters but that doesn't seem to work. But this medium article shows how you can do it better. API reference. 2), borderRadius: BorderRadius. If ThemeData. 3. I need another way to properly shadow my widget or add blur to my shadow-like custom drawn shape. These Apr 18, 2022 · In this tutorial, we’ll demonstrate how to apply shadows to Flutter apps using the BoxShadow class. However I am unable to add the faint shadow behind it. dependencies: simple_gradient_text: 1. We’ll also look at a couple of special use cases: applying a shadow to only one side of a box and applying an inner shadow. Approximately Every mobile Application has AppBar in it which makes the Application well and good. MIT . Is there a way to put a gradient colored border around a container? 1. width of the border stroke Nov 20, 2019 · How to display image with top and bottom gradient shadow in flutter? 3. License. In this article, we will see Gradient AppBar and cover the following content. Jun 26, 2024 · When your shapes are loading, they now display the shimmer gradient that is returned from the shaderCallback. Add this to your package's pubspec. I Gi Nov 7, 2022 · Text Shadow is the shadow of a text that makes the text beautiful. You can try to clear the canvas manually at the beginning of your paint method: canvas. black])), I dont want the shadow to be like this instead i want the vignette effect like the below picture. Apply the Flutter LinearGradient background color effect fo Dec 6, 2022 · // // Try running your application with "flutter run". 0. transparent. You can, however, create your own widget that mimics an AppBar except by using a gradient. expand( child: Card( margin: EdgeInsets. But I encounter a problem in terms of designing a button. Dependencies. Rectangular Gradient Button. Let’s implement a radial gradient into our application: Sep 11, 2023 · gradient_text # Requires Flutter >=3. While this makes its way into the more stable channels, it's possible to fake a shadow using BackdropFilter. Dec 23, 2020 · First of all, I wrap CircleAvatar with a Container and give shape and gradient colors to Container and transparent color to CircleAvatar. width, size. See also: Feb 13, 2021 · How to display image with top and bottom gradient shadow in flutter? 2. Feb 11, 2021 · I'm having trouble making a card that has a transparent white color (opacity 0. But when I use elevation property generally it gives a card view with shadow. Usage. black26, Colors. 0 version most of the Button classe May 26, 2024 · Gradient borders for inputs and containers. I do not want this shadow and I do not know how to remove it. Apr 28, 2020 · The above code creates a white bevel for light and a dark one for shadow. Dec 29, 2021 · I want to design a my card like this. What we're doing here is drawing a vertical gradient (from -1. Nov 15, 2022 · Flutter make simple gradient shadow. circular(15), side: BorderSide( color: Colors. Card( child: Container( height: 50, width: 150, decoration: BoxDecoration( gradient Feb 23, 2020 · In Flutter's RadialGradient, 0 means the center of the circle which is also the center of the gradient, whereas 1 is the outermost area of the gradient. Getting Started # Only add simple_gradient_text package to your pubspec. Here's an overview of each property: Angle (Degrees): Sets the orientation of the gradient by specifying the angle in degrees. 2, Android SDK v30. this is my code To apply gradient color. If the gradient's configuration is text-direction-dependent, for example it uses AlignmentDirectional objects instead of Alignment objects, then the textDirection argument must not be null. ImageFilter. Jun 4, 2020 · I'm wondering if there's a way to disable the shadow/overlay affect a dialog has? Basically so I can get a dialog looking like it does on the right side of this image: My best attempt at this was to use a stack containing my custom dialog which are then toggled to be displayed or not but then I had trouble being able to scroll each custom Apr 29, 2021 · Flutter now provides a way to do this without any work-arounds, as documented in issue 3402 and Gary Qian's answer below. Jun 24, 2018 · My guess is that Flutter does not clear the canvas before the redraw, so you are drawing over the existing shadow. pi/4), ); May 5, 2019 · I'm kind of noobie in Flutter and I'm trying to learn it for the moment by creating different UI styles for whatever applications. In this tutorial, we’ll Oct 31, 2024 · In Flutter there are many ways to add shadows to your widgets. here is my cod Apr 21, 2022 · Flutter is placing a shadow/gradient between my side menu (the widget from the builder method) and the main body of the application. Flutter button with gradient when pressed for it's highlight colour. Aug 12, 2019 · I want to build a gradient shadow widget as shown below. blur to blur the shadow. Any suggestions? Nov 17, 2018 · Two ways I know to make a card with shadow. dy, size. Online tool for generating linear, radial and sweep gradient code for use in Flutter applications. Usage # You can customize all your controls at once via the theme setting of MaterialApp, or separate controls through changing their own styles. (I'm fairly new to flutter, so this part is speculation) – Haroun Hajem Commented Apr 28, 2019 at 19:25 Shadow generator tool is a versatile tool that allows developers to easily add shadows to their UI elements in React Native, Flutter, and Swift projects. it displays like this. 4). 2. 1. Then the original can be stacked on top with a Stack and an Offset. blue, and Color color2 = Colors. Dec 30, 2022 · In Flutter, a gradient effect is a visual effect that smoothly transitions between two or more colours, creating a gradual blend or progression of colours. Using Card: Card( shape: RoundedRectangleBorder( borderRadius: BorderRadius. 1. also you can find the link to GitHub repo here. circular(20)), ), ) I recently experienced a problem when I was trying to create following AppBar with gradient. Gradient Properties The Gradient properties allow you to create and customize a gradient effect for a Container widget. As of ^0. dart:ui gradient import 'dart:ui' as ui; // In your paint method final paint = Paint() . This is a big step in the right direction, but there's a problem with this gradient display. To add a gradient background to a ListTile in Flutter, you can wrap the ListTile with a Container or another widget that supports gradients, such as a Card. The begin point corresponds to 0. Once you have your environment set up for Flutter, you can run the following to create a new application: Sep 9, 2018 · All the solution above are not really working without some minor artifacts or issues (e. SizedBox. For this recipe, the entire screen should look Nov 4, 2023 · The package enables outer shadow, inner shadow, border and inner gradient styles for Flutter’s standard controls. ixk csmqt strq ngmhnc jtdrko ozx nljut dlvza xnyru uwl
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}